Skip to content

build(deps): bump lettre from 0.11.15 to 0.11.17 #4651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2025

Bumps lettre from 0.11.15 to 0.11.17.

Release notes

Sourced from lettre's releases.

v0.11.17

Features

  • Add support for rustls-platform-verifier (#1081)

Misc

  • Change readme example to use Mailbox::new instead of string parsing (#1090)
  • Replace futures-util Mutex with std Mutex in AsyncStubTransport (#1091)
  • Avoid duplicate abort_concurrent implementation (#1092)

v0.11.16

Features

  • Always implement Clone for AsyncFileTransport (#1075)

Changes

  • Tls, CertificateStore, TlsParameters, TlsParametersBuilder, Certificate and Identity are now marked as deprecated when no TLS backend is enabled. They will be properly feature gated in lettre v0.12 (#1084)

Misc

  • Gate web-time behind cfg(target_arch = "wasm32")] (#1086)
  • Add missing #[doc(cfg(...))] attributes (#1086)
  • Upgrade webpki-roots to v1 (#1088)
  • Cleanup internal TlsParameters and (Async)NetworkStream structures (#1082)
  • Feature gate internal TransportBuilder::tls to avoid recursive call site warnings (#1083)
  • Fix workaround for embedding cargo script in rustdoc output (#1077)
  • Fix clippy::io_other_error warnings (#1078)
  • Upgrade semver compatible dependencies (#1076, #1079, #1080)
Changelog

Sourced from lettre's changelog.

v0.11.17 (2025-06-06)

Features

  • Add support for rustls-platform-verifier (#1081)

Misc

  • Change readme example to use Mailbox::new instead of string parsing (#1090)
  • Replace futures-util Mutex with std Mutex in AsyncStubTransport (#1091)
  • Avoid duplicate abort_concurrent implementation (#1092)

#1081: lettre/lettre#1081 #1090: lettre/lettre#1090 #1091: lettre/lettre#1091 #1092: lettre/lettre#1092

v0.11.16 (2025-05-12)

Features

  • Always implement Clone for AsyncFileTransport (#1075)

Changes

  • Tls, CertificateStore, TlsParameters, TlsParametersBuilder, Certificate and Identity are now marked as deprecated when no TLS backend is enabled. They will be properly feature gated in lettre v0.12 (#1084)

Misc

  • Gate web-time behind cfg(target_arch = "wasm32")] (#1086)
  • Add missing #[doc(cfg(...))] attributes (#1086)
  • Upgrade webpki-roots to v1 (#1088)
  • Cleanup internal TlsParameters and (Async)NetworkStream structures (#1082)
  • Feature gate internal TransportBuilder::tls to avoid recursive call site warnings (#1083)
  • Fix workaround for embedding cargo script in rustdoc output (#1077)
  • Fix clippy::io_other_error warnings (#1078)
  • Upgrade semver compatible dependencies (#1076, #1079, #1080)

#1075: lettre/lettre#1075 #1076: lettre/lettre#1076 #1077: lettre/lettre#1077 #1078: lettre/lettre#1078 #1079: lettre/lettre#1079 #1080: lettre/lettre#1080 #1082: lettre/lettre#1082 #1083: lettre/lettre#1083 #1084: lettre/lettre#1084

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies labels Jun 6, 2025
Copy link

cloudflare-workers-and-pages bot commented Jun 6, 2025

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 50b4edc
Status: ✅  Deploy successful!
Preview URL: https://998494c2.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://dependabot-cargo-lettre-0-11-30ki.matrix-authentication-service-docs.pages.dev

View logs

@dependabot dependabot bot added the Z-Deps-Backend Updates to the backend dependencies label Jun 6, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/lettre-0.11.17 branch 2 times, most recently from 30b9525 to 2aa7ca7 Compare June 11, 2025 14:08
@dependabot dependabot bot force-pushed the dependabot/cargo/lettre-0.11.17 branch 2 times, most recently from 96662f5 to 4b4da13 Compare June 17, 2025 15:19
@dependabot dependabot bot force-pushed the dependabot/cargo/lettre-0.11.17 branch from 4b4da13 to 7820db1 Compare June 24, 2025 14:41
Bumps [lettre](https://github.com/lettre/lettre) from 0.11.15 to 0.11.17.
- [Release notes](https://github.com/lettre/lettre/releases)
- [Changelog](https://github.com/lettre/lettre/blob/master/CHANGELOG.md)
- [Commits](lettre/lettre@v0.11.15...v0.11.17)

---
updated-dependencies:
- dependency-name: lettre
  dependency-version: 0.11.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/lettre-0.11.17 branch from 7820db1 to 50b4edc Compare July 1, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants